Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / Event<T> Class / addListener Method / addListener(String,T) Method
The name associated with the event listener.
The named event listener to be added.
In This Topic
    addListener(String,T) Method
    In This Topic
    Adds a named event listener.
    Syntax
    public void addListener( 
       java.lang.String methodName,
       T namedEventHandlerMethod
    )

    Parameters

    methodName
    The name associated with the event listener.
    namedEventHandlerMethod
    The named event listener to be added.
    See Also